home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DC CD-ROM Comic Book: Aq…- War of the Water Worlds
/
DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso
/
pc
/
auto08.dxr
/
00007.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-30
|
301 b
|
12 lines
on enterFrame
global k, s60, s200
if k = 0 then
set the visible of sprite 19 to 1
animate("a08-3vx.wav", 19, "A08-3-01.bmp", 10, s60, EMPTY)
animate(EMPTY, 19, "A08-3-10.bmp", 1, s200, EMPTY)
set the visible of sprite 19 to 0
puppetSprite(19, 0)
updateStage()
end if
end